#email {
	display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
	height: 100%; width: 29%;
	margin-left: 10%;
}
#linkedin, #phone {
	display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
	height: 100%; width: 29%;	
}


img.icone  {
	height: 12vw;
	margin-bottom: 1.4vw;
	transition: transform 0.4s;
}

p.txtcontact {
	font-family: "cardeniomodernstd";
	font-size: 3.6vw;
	white-space:nowrap;
	color: white;	
	margin:0;
	margin-top: 1.4vw;
}


	
	

	